Skip to content

docs: fix documentation-code mismatches after multi-runtime removal#465

Merged
FL4TLiN3 merged 2 commits intomainfrom
docs/improve-documentation-accuracy
Feb 9, 2026
Merged

docs: fix documentation-code mismatches after multi-runtime removal#465
FL4TLiN3 merged 2 commits intomainfrom
docs/improve-documentation-accuracy

Conversation

@FL4TLiN3
Copy link
Contributor

@FL4TLiN3 FL4TLiN3 commented Feb 9, 2026

Summary

  • Audited all 50+ markdown files against current source code to find remaining inaccuracies after the multi-runtime refactoring (refactor: remove multi-runtime support and storage abstraction #461)
  • Fixed run() API examples to match RunParamsInput signature in deployment and sandbox-integration docs
  • Fixed event type names: errorRunstopRunByError, abbreviated streaming event names→full names
  • Removed non-existent event types from events reference (callInteractiveTool, callDelegate, finishAllToolCalls, proxyAccess)
  • Added missing event types (finishMcpTools, skipDelegates, proceedToInteractiveTools)
  • Fixed CLI reference: timeout default 60000300000, removed deleted commands (publish/unpublish/tag/status), added --reasoning-budget/--filter/deepseek
  • Added missing perstack.toml fields (envPath, providerTools, providerSkills, allowedDomains, lazyInit)
  • Updated @perstack/react README with useJobStream/useJobStreams hooks
  • Fixed event JSON examples in going-to-production guide to use actual event type names

Test plan

  • Verify all modified documentation references match source code types/interfaces
  • Confirm no broken cross-references or dead links
  • Run pnpm build to ensure no build regressions

🤖 Generated with Claude Code

FL4TLiN3 and others added 2 commits February 9, 2026 13:56
Audit all 50+ markdown files against current source code and fix
remaining inaccuracies left after the multi-runtime refactoring.

Fixes:
- Fix run() API examples to match RunParamsInput signature (deployment.md, sandbox-integration.md)
- Fix event type names: errorRun→stopRunByError, abbreviated streaming events→full names
- Remove ghost event types from events.md (callInteractiveTool, callDelegate, finishAllToolCalls, proxyAccess)
- Add missing event types (finishMcpTools, skipDelegates, proceedToInteractiveTools)
- Fix CLI reference: timeout default 60000→300000, remove deleted commands (publish/unpublish/tag/status)
- Add missing CLI options (--reasoning-budget, --filter) and deepseek provider
- Add missing perstack.toml fields (envPath, providerTools, providerSkills, allowedDomains, lazyInit)
- Update packages/react README with useJobStream/useJobStreams hooks
- Fix going-to-production.md event JSON examples to use actual event type names
- Remove stale "(not Docker)" from benchmarks README

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
When a PR only modifies markdown files (*.md), the changeset check
is skipped since documentation changes don't require package version
bumps.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@FL4TLiN3 FL4TLiN3 force-pushed the docs/improve-documentation-accuracy branch from ce3bfa3 to 529454e Compare February 9, 2026 14:03
@FL4TLiN3 FL4TLiN3 merged commit bf38955 into main Feb 9, 2026
9 checks passed
@FL4TLiN3 FL4TLiN3 deleted the docs/improve-documentation-accuracy branch February 25, 2026 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant